Esx Settings Repository Software FilterSpec
The Esx Settings Repository Software FilterSpec schema contains properties used to filter the results when listing software specifications in repository. (see GET /esx/settings/repository/software).
This schema was added in vSphere API 9.0.0.0.
{
"owners": [
"string"
],
"display_names": [
"string"
]
}
Filter software specification in repository based on the image owners.
This property was added in vSphere API 9.0.0.0.
If missing or null
, the filter will match all the owners.
Filter software specification in repository based on the display names.
This property was added in vSphere API 9.0.0.0.
If missing or null
, the filter will match all the display names.